home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / pcf / ds.dir / 00232.ls < prev    next >
Encoding:
Text File  |  1995-10-08  |  265 b   |  11 lines

  1. on exitFrame
  2.   if the movieTime of sprite 48 > the duration of cast "DIRECTM.MOV" then
  3.     set the movieTime of sprite 48 to 0
  4.     set the movieRate of sprite 48 to 0
  5.     updateStage()
  6.     set the visible of sprite 48 to 0
  7.     updateStage()
  8.     go(13)
  9.   end if
  10. end
  11.